Codeshare List of user-contributed code snippets for dotCMS Java CMS.

Tagged: "custom fields"

Custom Field: Linking to different Content

Author: Daniel Patterson |

A custom field that pops a browser and allows you to select and style a link.

Pull a dropdown list (select) of other content into a custom field

Author: Stephen Bell |

Use this code in a custom field, to pull a list of other content into a select field. This code uses the jQuery Javascript library in a way that shouldn't...

Password Custom Field

Author: Dotcms |

The following code can be used to add a Password field to a content structure, including a Form.

Pulling a list of content into a custom field

Author: Jason Smith |

This code will pull a list of content into a custom field and create a select box for each result. Onchange it will set the value of the custom field.